home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / music and sound / soundsnippets / readme < prev    next >
Encoding:
Text File  |  2000-09-28  |  1.1 KB  |  25 lines

  1. README - SoundSnippets
  2.  
  3. SoundSnippets.c defines functions that perform some common sound-related operations,
  4. such as saving a movie's sound track into a separate file or playing a continuous sound using
  5. the bufferCmd sound command. This is not really a library of utilities, but more a grab-bag
  6. of "how-to" recipes.
  7.  
  8. Here's a partial list of what's illustrated here:
  9.  
  10.     *Save a sound-only QuickTime movie as a WAVE file.
  11.     *Save a sound-only QuickTime movie as a file whose type the user selects.
  12.     *Save a sound track in a QuickTime movie as a file whose type the user selects.
  13.     *Create a handle that contains the first sound track in a QuickTime movie.
  14.     *Open and play a WAVE file using the QuickTime API.
  15.     *Set the volume level of a sound track in a QuickTime movie.
  16.     *Use the bufferCmd sound command to continuously play a large buffer of audio data.
  17.     *Get the current hardware settings.
  18.     *Get the settings for a sound track in a QuickTime movie.
  19.     *Get and set the current left and right volumes of a sound channel.
  20.     *Let the user select an audio file and select its compression settings; then compress it.
  21.  
  22. Enjoy,
  23. QuickTime Team
  24.  
  25.